home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / hardware / pfs2_zip / sqz5 < prev    next >
Text File  |  1999-06-14  |  651b  |  32 lines

  1. /* $VER: SQZ5 1.00 (11.6.99)
  2.  *
  3.  * ZIP file system entry
  4.  *
  5.  * This file enables PFS2 on a 100Mb ZIP cartridge.
  6.  */
  7.  
  8. FileSystem      = L:pfs2
  9. Flags           = 0
  10. Surfaces        = 4
  11. BlocksPerTrack  = 48
  12. SectorsPerBlock = 1
  13. SectorSize      = 512
  14. Mask            = 0x7ffffffc
  15. MaxTransfer     = 0x100000
  16. Reserved        = 2
  17. Interleave      = 0
  18. LowCyl          = 0
  19. HighCyl         = 1023
  20. Buffers         = 5
  21. BufMemType      = 0
  22. StackSize       = 600
  23. Priority        = 10
  24. GlobVec         = -1
  25. DosType         = 0x50465301
  26.  
  27. /* The Device and Unit fields are controlled by tooltypes in the ZIP0 icon.
  28.  *
  29.  * Device   = squirrelscsi.device
  30.  * Unit     = 5
  31.  */
  32.